home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Itch / work_info / flashPlayer.dcr / 00002_Start.ls next >
Encoding:
Text File  |  1999-03-07  |  332 b   |  18 lines

  1. global flashPath, butManagerObj, linkMovie
  2.  
  3. on startMovie
  4.   member("flash").fileName = the pathName & flashPath & ".swf"
  5.   tell the stage
  6.     posWind(608, 300)
  7.   end tell
  8. end
  9.  
  10. on InitStuff
  11.   butManagerObj = new(script("ButManager Parent"), linkMovie)
  12.   InitButtons(butManagerObj)
  13. end
  14.  
  15. on endmovie
  16.   play movie "@//itch_Browser"
  17. end
  18.